google.golang.org/grpc.csAttempt.trInfo (field)

17 uses

	google.golang.org/grpc (current package)
		stream.go#L465: 		trInfo:         trInfo,
		stream.go#L482: 	if a.trInfo != nil {
		stream.go#L483: 		a.trInfo.firstLine.SetRemoteAddr(a.transport.RemoteAddr())
		stream.go#L614: 	trInfo *traceInfo
		stream.go#L1095: 	if a.trInfo != nil {
		stream.go#L1097: 		if a.trInfo.tr != nil {
		stream.go#L1098: 			a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1152: 	if a.trInfo != nil {
		stream.go#L1154: 		if a.trInfo.tr != nil {
		stream.go#L1155: 			a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1223: 	if a.trInfo != nil && a.trInfo.tr != nil {
		stream.go#L1225: 			a.trInfo.tr.LazyPrintf("RPC: [OK]")
		stream.go#L1227: 			a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
		stream.go#L1228: 			a.trInfo.tr.SetError()
		stream.go#L1230: 		a.trInfo.tr.Finish()
		stream.go#L1231: 		a.trInfo.tr = nil